The Perl examples were tested in ActivePerl v5.14.2.
- ReadAndDisplayValue.pl: The simplest console application for OPC “Classic”. Reads and displays an OPC item value.
- SubscribeToValue.pl: Subscribes to changes of an OPC Classic item, and displays the values.
- UAReadAndDisplayValue.pl: The simplest console application for OPC UA. Reads and displays an OPC item value.
- UASubscribeToValue.pl: Subscribes to changes of an OPC UA monitored item, and displays the values.
See Also